Intersoft ClientUI Documentation
Invoke Method (WeakAction<T>)



Invokes the action of this instance. This method runs only if the target of the reference is still alive. The action's parameter is set to default(T).
Syntax
Public Shadows Sub Invoke() 
Dim instance As WeakAction(Of T)
 
instance.Invoke()
public new void Invoke()
public:
new void Invoke(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WeakAction<T> Class
WeakAction<T> Members

Send Feedback